PatternPen Constructor(Int32[],Color)
In This Topic
Initializes a new instance of the
PatternPen class.
Syntax
'Declaration
Public Function New( _
ByVal () As Integer, _
ByVal As Color _
)
public PatternPen(
int[] ,
Color
)
Parameters
- pattern
- A int array indicate the pattern of current pen
- color
- A Color indicates the color of the pen.
See Also